home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / PlatMsg.dll / 0 / RCDATA / TFORMMSGERROR / TFORMMSGERROR.txt < prev   
Text File  |  2008-07-16  |  2KB  |  83 lines

  1. object FormMsgError: TFormMsgError
  2.   Left = 477
  3.   Top = 250
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Aviso'
  7.   ClientHeight = 241
  8.   ClientWidth = 394
  9.   Color = 14609391
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 14
  23.     Top = 11
  24.     Width = 32
  25.     Height = 32
  26.     Picture.Data = {<image001.bmp>}
  27.     Transparent = True
  28.   end
  29.   object LTitulo: TLabel
  30.     Left = 75
  31.     Top = 11
  32.     Width = 280
  33.     Height = 19
  34.     Caption = 'LTitulo'
  35.     Constraints.MinWidth = 280
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -16
  39.     Font.Name = 'Tahoma'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     WordWrap = True
  43.   end
  44.   object LSubtitulo: TLabel
  45.     Left = 75
  46.     Top = 48
  47.     Width = 280
  48.     Height = 13
  49.     Caption = 'LSubtitulo'
  50.     Constraints.MinWidth = 280
  51.     WordWrap = True
  52.   end
  53.   object PndHTMLLabelRecomendacion: TPndHTMLLabel
  54.     Left = 75
  55.     Top = 72
  56.     Width = 285
  57.     Height = 113
  58.     Constraints.MaxWidth = 285
  59.     Constraints.MinWidth = 285
  60.   end
  61.   object PlaButtonAceptar: TPlaButton
  62.     Left = 305
  63.     Top = 202
  64.     Width = 64
  65.     Height = 21
  66.     Anchors = [akRight, akBottom]
  67.     Caption = '&Aceptar'
  68.     TabOrder = 0
  69.     OnClick = PlaButtonAceptarClick
  70.   end
  71.   object PlaButtonReinstalar: TPlaButton
  72.     Left = 171
  73.     Top = 202
  74.     Width = 115
  75.     Height = 21
  76.     Anchors = [akRight, akBottom]
  77.     Caption = '&Reinstalar'
  78.     TabOrder = 1
  79.     Visible = False
  80.     OnClick = PlaButtonReinstalarClick
  81.   end
  82. end
  83.